HttpMessage.getQueryParam

Get the query parameter with the specified name.

Returns a reference to the query parameter value, or proxygen::empty_string if there is no parameter with the specified name. The returned value is only valid as long as this HTTPMessage object.

class HttpMessage
string
getQueryParam
(
string name
,
string defaults = string.init
)

Meta